home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #6 / Amiga Plus CD - 1996 - No. 06.iso / pd / packer / deaf106 / deaf106.readme < prev   
Text File  |  1996-07-25  |  3KB  |  59 lines

  1. Short:    *THE* [AmiNet] archive processor. v1.06
  2. Author:   Manuel Giorgini (mgiorgin@dsi.unive.it)
  3. Uploader: Manuel Giorgini (mgiorgin@dsi.unive.it)
  4. Type:     util/arc
  5. Version:  1.06
  6. Requires: OS 37+
  7. Replaces: util/arc/deaf105*
  8.  
  9. DEAF will scan an archive, extract the description from INSIDE it, and link
  10. it as a comment for that file.  Suppose you have downloaded "foo.lha" and
  11. you have noticed that it contains "foo.readme":  DEAF will EXTRACT the
  12. "Short:" line from foo.readme (or whatever line else) and will put it
  13. as a filenote on "foo.lha" (without the trailing "Short:" and blanks).
  14.  
  15. When no .readme file is matched INSIDE the archive, DEAF will check for such
  16. a file in the same directory, and will use it if present.
  17.  
  18. DEAF will then be able to move that archive in your personal aminet-organized
  19. mirror (if you have any), and will take care of discarding obsolete versions.
  20.  
  21. DEAF will optionally create new directories it can't find (as comm/www, or
  22. whatever directory will be introduced from now on! :).
  23.  
  24. DEAF will recognize LHA, LZX and ZIP archives, and will operate
  25. successfully with all of them, provided you have LhA, LZX and UnZip in your
  26. path (this is extremely important!); evaluation versions are OK too if you
  27. are not using LZX. DEAF by now needs a registered LZX to work, sorry.
  28.  
  29. History:
  30.  
  31. v1.00 [15.02.96] - First version
  32.  
  33. v1.01 [28.02.96] - stuff (trust me, this version is better, it's just that
  34.                    I can't explain efficiently in English what I have done :)
  35.  
  36. v1.02 [21.06.96] - Introduced TODIR, REPLACES, DONTMOVE, and lightly improved
  37.                    in other small parts.
  38.  
  39. v1.03 [01.07.96] - Now DEAF creates the needed directories (unless specified).
  40.                    DONTCREATE introduced.
  41.  
  42. v1.04 [10.07.96] - DEAF now looks for an external .readme file too, when none
  43.                    are matched inside the archive.
  44.                    The source file has been lightly optimized.
  45.                    Fixed a bug in the REPLACEment feature.
  46.  
  47. v1.05 [20.07.96] - Fixed a SERIOUS bug. Trash v1.04, don't trust it anymore!
  48.                    Fixed another bug in the REPLACEment feature.
  49.                    Now DEAF will optionally leave untouched a present filenote
  50.                    (just moves the file around).
  51.  
  52. v1.06 [25.07.96] - I added pattern matching, thus reorganizing the whole source.
  53.                    Now deaf, when looking inside the archive, tries to find
  54.                    a readme file with the same archive base name.
  55.                    Then, it will optionally fall back to *.readme, unless a
  56.                    specific descriptor pattern is given.
  57.                    Now deaf can resolve 'Short' lines with any number of blanks
  58.                    before the colon (':') sign.
  59.